Atoms
Atoms are the most basic elements of expressions. Forms enclosed in
reverse quotes or in parentheses, brackets or braces are also
categorized syntactically as atoms. The syntax for atoms is:
atom: identifier | literal | enclosure
enclosure: parenth_form | list_display | dict_display | string_conversion
Subsections